Skip to content

Add GitHub Actions workflow for npm security vulnerability auditing#21

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/check-npm-security-vulnerabilities
Draft

Add GitHub Actions workflow for npm security vulnerability auditing#21
Copilot wants to merge 2 commits intomasterfrom
copilot/check-npm-security-vulnerabilities

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 1, 2026

No automated checks existed to detect vulnerable npm dependencies. Adds a CI workflow that runs npm audit to surface known vulnerabilities.

Changes

  • .github/workflows/npm-audit.yml — new workflow that:
    • Triggers on pushes and PRs to main, plus a weekly Monday cron
    • Installs deps via npm ci, then runs npm audit (fails on any vulnerability)
    • Scoped to contents: read permissions (least privilege)

Copilot AI changed the title [WIP] Check for npm security vulnerabilities Add GitHub Actions workflow for npm security vulnerability auditing Apr 1, 2026
Copilot AI requested a review from Levdbas April 1, 2026 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants